home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 / Nebula One.iso / Misc / Cookie / Source / ExportCell.m < prev    next >
Encoding:
Text File  |  1995-06-12  |  380 b   |  25 lines

  1.  
  2. /* Generated by Interface Builder */
  3.  
  4. #import "ExportCell.h"
  5. #import <appkit/Text.h>
  6.  
  7. @implementation ExportCell
  8.  
  9. - init
  10. {
  11.     [super init];
  12.  
  13.     [super initIconCell:"NXswitch"];
  14.     [super setAltIcon:"NXswitchH"];
  15.     [super setType:NX_TOGGLE];
  16.     [super setIconPosition:NX_ICONLEFT];
  17.     [super setBordered:NO];
  18.     [super setAlignment:NX_LEFTALIGNED];
  19.     [super setState:1];
  20.  
  21.     return self;
  22. }
  23.  
  24. @end
  25.